Micron Document
Fox's Git Mirrors


Displaying Raw • Download

src/Cryptography/HKDF.h 263f58980197561c4ba379903f31cfa20a876145 (263f5898) Text, 217 B

#pragma once

#include "../Bytes.h"

namespace RNS { namespace Cryptography {

const Bytes hkdf(size_t length, const Bytes& derive_from, const Bytes& salt = {Bytes::NONE}, const Bytes& context = {Bytes::NONE});

} }

Served by rngit 1.5.2 - Generated in 0.02s